Creation information for a GPU fence. More...
#include <kanzi/gfx/create_info.hpp>
Public Types | |
| using | HandleType |
| GPU fence handle. | |
Additional Inherited Members | |
Public Attributes inherited from kanzi::gfx::BaseCreateInfo | |
| string_view | name |
| The name of the graphics object, useful for debugging. | |
Creation information for a GPU fence.
Use a GPU fence to synchronize GPU execution with CPU execution.
GPU fence handle.